Skip to main content
TrustRadius
AWS Lambda

AWS Lambda

Overview

What is AWS Lambda?

AWS Lambda is a serverless computing platform that lets users run code without provisioning or managing servers. With Lambda, users can run code for virtually any type of app or backend service—all with zero administration. It takes of requirements to…

Read more
Recent Reviews

AWS Lambda for developers

9 out of 10
May 12, 2021
AWS Lambda serves various purpose accross teams
1. We mainly use AWS Lambda when we have very short time to productionise code and have …
Continue reading
Read all reviews

Awards

Products that are considered exceptional by their customers based on a variety of criteria win TrustRadius awards. Learn more about the types of TrustRadius awards to make the best purchase decision. More about TrustRadius Awards

Return to navigation

Pricing

View all pricing

128 MB

$0.0000000021

Cloud
Per 1 ms

1024 MB

$0.0000000167

Cloud
Per 1 ms

10240 MB

$0.0000001667

Cloud
Per 1 ms

Entry-level set up fee?

  • No setup fee

Offerings

  • Free Trial
  • Free/Freemium Version
  • Premium Consulting/Integration Services
Return to navigation

Product Demos

AWS Lambda | What is AWS Lambda | AWS Lambda Tutorial for Beginners | Intellipaat

YouTube
Return to navigation

Product Details

What is AWS Lambda?

AWS Lambda is a serverless computing platform that lets developers run code without provisioning or managing servers. With Lambda, users can run code for virtually any type of app or backend service—all with zero administration. It takes care of requirements to run and scale code with high availability. Users pay only for the compute time they consume—there is no charge when their code is not running.

Developers uploading to Lambda don’t have to deal with their code’s environment. It’s a “serverless” service which lets outside code or events invoke functions. Lambda doesn’t store data, but it allows access to other services which do. Users can set up their code to automatically trigger from other AWS services or call it directly from any web or mobile app.

AWS Lambda Technical Details

Deployment TypesSoftware as a Service (SaaS), Cloud, or Web-Based
Operating SystemsUnspecified
Mobile ApplicationNo

Frequently Asked Questions

AWS Lambda is a serverless computing platform that lets users run code without provisioning or managing servers. With Lambda, users can run code for virtually any type of app or backend service—all with zero administration. It takes of requirements to run and scale code with high availability.

Reviewers rate Usability highest, with a score of 9.

The most common users of AWS Lambda are from Enterprises (1,001+ employees).
Return to navigation

Comparisons

View all alternatives
Return to navigation

Reviews and Ratings

(353)

Attribute Ratings

Reviews

(1-20 of 20)
Companies can't remove reviews or game the system. Here's why
Nikhil Singh | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User
Incentivized
I used AWS lambda in one of project which was developed by company I am currently in. My current company is AWS partner network accredited. While developing project, our company tries to make offer for AWS lambda as it is cost efficient compared to EC2 instance or any other compute service. Business problems are related to what clients want in a smaller budget. AWS lambda is considered as server-less compute service and helps to deliver solution much faster than any other computer service.
  • Image compression on the go
  • Supports multiple programming language which can trigger lambda using API
  • Event driven
  • Platform as service, don't need to configure underlying hardware or operating system
  • Can handle higher number of events triggering, easily scalable.
  • Cost efficient
  • Environment is something which we can't control. It can be disadvantage at some point of time.
  • Time limit for function to execute, 3 sec as default upto 15 minutes maximum. Need to a lot of time to making function more efficient to execute in given time frame.
  • If function code file is above 5mb, lambda's ide doesn't support editing on go. You need to upload another zip file with newly updated code. It's quite frustrating.
Compressing image while uploading it to S3 bucket can be easily done using lambda. While if your workload require lot of execution time or there is large amount of data to be processed, also workload where tweaking environment to suit workload, lambda can be less appropriate. Instead other computer service like EC2 and elastic beanstalk can be well suited for such task.
Score 9 out of 10
Vetted Review
Verified User
-AWS Lambda is being used for cron job with AWS Event bridge.
-AWS Lambda can be also be used as a serverless function with api gateway.
  • Speed processing
  • Computing concurrency
  • service to service communication
  • In Lambda if a version of the language is deprecated then it should have provide an upload or modified function.
  • It has a limit of 262 mb folder can be uploaded in AWS Lambda.
-AWS Lambda can be used for cron job with AWS EventBridge.
-When we use AWS Lambda use with API Gateway to only transport data to another service without any business logic.
Score 8 out of 10
Vetted Review
Verified User
Incentivized
AWS Lambda is widely used in our organization by a number of development teams. It is used in both one-off tasks and coordinated workflows. My team is responsible for infrastructure management, and there are many use cases for which we have opted to use AWS Lambda. AWS Lambda is often a good choice for us when we do not need a standing compute resource.
  • Broad support for different language runtimes: Python, Node.js, C#, Java, Golang, Powershell, Ruby
  • Save money on compute resources by paying by request volume and memory used/time
  • Integrates terrifically with a number of other AWS resources
  • Cold start--you have to account for the runtime environment being spun up every time; for a heavy operation, that can increase runtime duration and, in turn, cost
  • You have to consider networking, which is also true of other compute resources, technically
I would recommend using AWS Lambda when you have one-off tasks that can be accomplished with a single function and do not require a persistent, constantly running compute resource. Some example use cases include file or image processing, data analytics (you might have DynamoDB stream updates to AWS Lambda for processing), in conjunction with API Gateway as a backend.
I would not recommend using AWS Lambda when your Lambda function has potentially long-running, asynchronous calls involved (e.g., calling out to a service hosted in another cloud platform). This can drive up execution time and, in turn, cost. While Lambda layers allow you to share code between Lambda functions, I would not recommend AWS Lambda for cases where there are high degrees of interdependence between the Lambdas. I think that Lambdas work better when considered isolated.
Score 9 out of 10
Vetted Review
Verified User
AWS Lambda serves various purpose accross teams
1. We mainly use AWS Lambda when we have very short time to productionise code and have little time to worry about infrastructure.
2. AWS Lambda takes care of scaling and dynamic increase in inflow of traffic.

  • Scalable
  • Less Infra headaches
  • Just write code and don’t worry about devops
  • Less plugins
  • No integration with springboot
  • Need to provide all library and no management
Well suited:
1. when we need to worry about time to market and we don’t have infra defined.

Not suited:
1. Not suited for Business Client transactions as its server are located out of Switzerland and hence country laws are different
Score 8 out of 10
Vetted Review
Verified User
Incentivized
AWS Lambda is mostly in use by our DevOps department with Web portals testing and implementation to support our projects on cloud. We mostly use HTML conversion Lambda functions with our conversion services. It is greatly helpfil to reduce cost of usage and improve integration with Simple Notification Service. Also we work on smart recognition of documents buckets.
  • Serverless compute lets you run code without provisioning and managing
  • It is helpful to reduce costs and administrative loads for web development or mobile apps
  • Easy to manage the compute resources on AWS
  • Better integration with containers
  • API Runtime should be improved with support and integration for other program languages
  • Improves documentation in part of security and network port usage
  • Limits programmers to 1,000 concurrent executions
Working with Web and mobile apps well suited for Lambda. It provides a clear support path and improvement. Also it helps to reduce cost and accelerate speed of reaction on changes.

A sess appropriate scenario would be when CIO push to implement new technology and services without clear understanding of the results and project needs.
Score 9 out of 10
Vetted Review
Verified User
Incentivized
We use AWS Lambda to help us automate the process of start/stop EC2 instances in AWS. We use it in infrasctructure but it affects the whole organization and most of our internal servers and customer servers are in AWS. With this automation, we cut our cost by 35% which is a very significant amount for a small company.
  • Flexible. You can use it with many programming languages.
  • Easy. It's all configurable and as soon as you understand how it works it becomes very easy to maintain.
  • The integration with other AWS tools helps a lot the automation of tasks.
  • In the beginning, I think the documentation is not very informative so you have to look at user examples online.
The main area in my point of view is the automation reduction of costs. You can program and use Lambda to execute several tasks based in several types of events like logs, schedules, and output from other AWS tools. With the AWS API, you can do almost anything you want and your function will use only the needed resource (memory, cpu) so it is optimized.
Score 8 out of 10
Vetted Review
Verified User
Incentivized
Our university department is responsible for several web applications on campus that support student success, including providing online services for students directly, as well as supporting workflows and activities of other departments and divisions. As we move more and more of our applications into the AWS cloud, we have found Lambda to be a great way to simplify some of our web services and "housekeeping" processes; the fact that we're only charged for Lambda function calls, and not for the infrastructure which supports Lambda, helps us save on hosting costs, as well!
  • AWS Lambda is a welcoming platform, supporting several languages, including Java, Go, PowerShell, Node.js, C#, Python, and Ruby. And if you need to deploy a Lambda function in another language, AWS offers a Runtime API for integration.
  • We really appreciate how AWS Lambda is always-on for our functions, with only a brief "cold-start" waiting period the first time a function is called after being dormant.
  • In addition to only generating costs when it's actually being used, AWS Lambda really puts the "serverless" in serverless architecture, offering turnkey scaleability and high availability for our code with zero effort on our part.
  • Putting a significant portion of your codebase into AWS Lambda and taking advantage of the high level of integration with other AWS services comes with the risk of vendor lock-in.
  • While the AWS Lambda environment is "not your problem," it's also not at your disposal to extend or modify, nor does it preserve state between function executions.
  • AWS Lambda functions are subject to strict time limitations, and will be aborted if they exceed five minutes of execution time. This can be a problem for some longer-running tasks that are otherwise well-suited to serverless delivery.
AWS Lambda is a great way to deploy smaller-scale data synchronization jobs and other "housekeeping" routines that don't require preservation of state. We use it to build API gateway tools used by our larger applications (many of which are hosted on AWS EC2 instances) and it's a perfect fit.

If you have complicated workflows that run a long time, or require state to be saved between function calls, AWS Lambda is probably not the right choice for a serverless solution.
Jesse Bickel, MS - PMP | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User
Incentivized
AWS Lambda is used primarily by about 20% of our staff and only in our development department. We use AWS Lambda for developing and managing our application over the cloud platform. We internally provide cloud-related solutions to our dev groups and develop web apps and services on cloud for them. So whenever we have to provide any computation related work for that particular app than I use AWS Lambda because it is easy to use and scalable and also costs less than any previous solution we have reviewed.
  • AWS Lambda is a great compute engine that allows you to run and execute your computation code without the need of maintaining servers and the overhead that comes with that.
  • We all can use our favorite programming language to develop the functions.
  • AWS Lambda is the fastest server setup on the market.
  • The relationship with S3 Triggers leaves a lot of room for improvement.
  • The solution community forums leave a lot to be desired.
  • The AWS Lambda UI experience could aid an overhaul. It's not unusable but not a great reflection of how great the service product is.
I know a lot of our developers use this personally to develop Alexa skills. The best use case for us is building simple rest API's with minimal effort and overhead. It is easy to use and scalable. You can also through a lot of load against it very quickly with little to no performance issues that I have seen. Also, it is very well suited in environments where developers have language freedoms.
Jacob Biguvu | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User
Incentivized
AWS Lambda is an event-driven, serverless computing platform and a compute service that runs code in response to events and automatically manages the computing resources required by the code. AWS Lambda is being used by our team and across the whole organization. It's being used as part of our DR solution to run the code at scheduled times.
  • I have used the AWS Lambda for moving the RDS snapshots from cross-region like East to West and West to East. We used it as part of our DR solution. AWS Lambda is the service provided by AWS, and it makes it easy to manage the AWS resources.
  • I have used AWS Lambda for running a cleanup code against the database at scheduled times. I use Python as the coding language. AWS Lambda is the service provided by AWS, which makes easy to manage the AWS resources.
  • We can use AWS lambda function for serverless architecture.
  • We can use AWS Lambda for managing Micro-service architecture.
  • AWS Lambda has not worked in an efficient way for running long-lived applications, especially on serverless architecture.
  • AWS Lambda provides a zip deployment method, but there is a limit on size, like 500MB.
  • AWS Lambda has a significant issue with "Cold Start." It takes some time for it to handle the first request -- there, we see a real problem.
AWS Lambda is best for short-lived applications/codes. Configure AWS Lambda to act based on the events that are produced on certain services. It works. We used it to move the RDS snapshot from WEST to EAST and EAST to WEST whenever the RDS automatic backups are done. It helps in other scenarios, like when application teams don't have a server or don't have a place to run a job on a regular basis. Then we can leverage this AWS Lambda to run the code against the database. As I mentioned, this is not suited for long-lived applications.
Score 8 out of 10
Vetted Review
Verified User
Incentivized
We use AWS Lambda as a microservice platform where we off-load a large number of our common services to the serverless cloud. We have had workloads that have run for years on the platform without issues, and it has allowed us to focus on other areas of developing versus just maintaining code and servers.
  • Reliable for low workloads.
  • It's an easy entry point for development.
  • Quick speed to market.
  • It would be good to have more distribution about upgrades or changes to the platform.
  • A little more documentation on the nuances of the offered supported languages.
  • A little more portability of some of the code once you've developed it from other cloud platforms.
AWS Lambda is great for atomic micro services and being leveraged as a conduit for other Amazon services. It's great for a quick way to innovate other resources that you already have on the platform. It marries well with the ecosystem and allows for easy deployments and updates to the program based on the tools.
Richard Rout | TrustRadius Reviewer
Score 7 out of 10
Vetted Review
Verified User
Incentivized
We use AWS Lambda to host our micro-services that don't need to worry about too much infrastructure. Lambdas are great at running pieces of code that don't necessarily have to belong in the main infrastructure. We have a few different lambdas that each have single responsibilities, such as creating and uploading files to S3, and running complex calculations.
  • Runs "functions" in the cloud. Pretty simple really
  • Always having the latest version available
  • Not having to worry about infrastructure
  • Anything too complex is not a great solution
  • Can take a little while to spin up if inactive for a while
  • Can be easy to misuse or abuse.
Anywhere you have an isolated responsibility of your code, AWS Lambdas are well suited for. If you have something that has to perform an intensive calculation - it makes sense to offload that to something like an AWS Lambda. Or something that needs to send data and integrate with another service, it can be a good place for that interface/job to live.

It can be possible to build a larger architecture using a series of AWS Lambdas, but it could become hard to maintain and be hard to understand very quickly.
Score 9 out of 10
Vetted Review
Verified User
I used AWS Lambda to interact with the API Gateway and DynamoDB. It was used to retrieve and push data into the database. As a part of the project, it helped us a lot making the task quicker, simpler and more convenient.
  • Cross Language Support
  • Fast and Scalable
  • Always running
  • Initial understanding takes time
Anywhere where you just pay for what you use. AWS Lambda is the best in those areas. As it is fast and scalable it can provide an excellent alternative for server backend making the whole application serverless. You just don't need the server running every time. Just run it when you need it.
Score 8 out of 10
Vetted Review
Verified User
Incentivized
AWS Lambda is mostly being used to run our hourly/daily cron jobs. It is used across the entire organization. It helped us move data between external and internal data sources to the appropriate destinations.
  • Easy to set up.
  • Support different programming languages.
  • Events-based trigger.
  • Continuous deployment integration with GitHub.
  • Would like to easily toggle between environments.
  • An interface to map out/organize different functions.
AWS Lambda allows us to develop certain process without setting up a server. I would recommend AWS Lambda for a process that doesn't need to be real-time or needs to be always on.
Chris Moyer | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User
At Newstex, we use AWS Lambda for a large portion of our AWS workload. We are slowly transitioning all of our services over to Lambda from our previous EC2 servers. Currently we use Lambda to run feed processing, categorization, and normalization of blog posts. We are also using it to monitor our CloudWatch Logs for anomalies and alert our on-call staff to potential issues. We trigger Lambda from CloudWatch events (scheduled) as well as DynamoDB streams and SQS Queues.
  • Easy to deploy
  • Easy to integrate with DynamoDB
  • SQS Support makes it easier to monitor and integrate
  • Easy to scale
  • Pay for what you use, not idle time
  • Focus on your business logic
  • Some errors are hard to track
  • Hard to plan for costs
  • Maximum of 5 minutes of execution time per invoke
Web requests are perfectly suited for Lambda, as are any events that can happen quickly. As Lambda supports more languages, such as Go and Node.JS, it becomes easy to ignore things like frameworks and just focus on a single function. Keep in mind that Lambda functions do not run constantly in the background, and only run when requested, so they are ideal for spikey workloads on-demand.
Score 8 out of 10
Vetted Review
Verified User
Incentivized
I am using AWS Lambda to process data for a U.S. Government client's website. There are a number of short term processing items that are required to be performed every day and the cost of running these processes cannot be too high. AWS Lambda fits this bill perfectly. The website delivers the data to the AWS Lambda functions and the data gets processed and then passed back to tthe website via AWS S3.
  • AWS Lambda is great for inexpensive, sometimes free, short term processing.
  • AWS Lambda integrates very well with AWS S3 Storage.
  • Since it is possible to store log files on S3, it is possible to easily process AWS website log information.
  • I think the biggest problem with AWS Lambda are the small number of languages that it currently supports. This number is, however, getting bigger.
  • AWS Lambda would be a bit better if it were possible to have your function run a little longer, however, since it real purpose is to supply fast functions to all who need some short processing, this if too big of a con.
  • It is possible to have the charging kick in on AWS Lambda just because your website or functions get popular or someone is trying to attack you. It would be good if a cap could easily be placed on the chargers so you couldn't go over a set limit.
AWS Lambda is great for fast processing of data that can be placed on Amazon S3 storage. As long as the processing of the function is not longer than what AWS says a Lambda should run for and you do not do much processing, it is great. The cost can also be very good as long as you keep the price in the free area.
Score 9 out of 10
Vetted Review
Verified User
Incentivized
We've used AWS Lambda to deploy several "serverless services". The ability to quickly deploy functions, with no architecture, across several languages, with interoperability between other AWS components (such as S3), at an extremely low cost is really cool. We use Lambda to automate simple processes as well as to run code in languages that aren't supported by our main stack.
  • Very reasonable prices with billing down to the 100ms
  • Super easy to deploy functions and set up triggers from other AWS services
  • Plenty of examples and code snippets (from Amazon and around the web)
  • Vendor lock-in: While a basic function or microservice might be platform independent, when you start to use AWS APIs and interact with other AWS services, your microservice now relies on the AWS ecosystem
  • A bit intimidating at first, however there are a lot of resources. Amazon could offer more templates and examples though
When to use:
Easily deploys functions/microservices without a server. Deploy code in several different languages (For instance: Your main app is Node.js but you want to launch a Python microservice? Simple!). Automate small tasks between different AWS services.

When not to use:

When you don't really have a microservice and you actually need a server! Or when you're not going to rely on other AWS services to make up for the lack of a server.
Score 10 out of 10
Vetted Review
Verified User
Incentivized
We use Lambda functions as a way to implement serverless code without having to manage an underlying infrastructure. Lambdas are a great way to allow devs to very quickly get things out the door when the main task doesn't rely on any specific hardware or software and just needs to do something to a stream of data. Lambdas and kinesis streams go hand in hand and are very powerful tools when implemented correctly.
  • parsing data
  • log processing and forwarding
  • monitoring the contents of an S3 bucket and performing an action when the contents changes
  • more languages supported
  • cleaner interface
  • better list of example code
Eeveryone should be using Lambda functions for situations where code needs to be executed in response to something happening. Lambdas can be used in situations where you have lots of persistent data but in my opinion, they work better in ephemeral environments. Counting things with Lambdas is hard too, so you should probably avoid that.
Kevin Van Heusen | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User
Incentivized
AWS Lambda is a great way to perform operations in the cloud without requiring a server. We have used Lambda in our engineering team to help automate AWS related tasks and do so in a way that does not require running an AWS instance. This helped us because sometimes Lambda is one of the most efficient ways to solve a problem that involves the AWS infrastructure.
  • One of the best serverless cloud based functions out there
  • Deep integration with Amazon Web Services
  • Support for a variety of programming languages
  • Deployment of Lambda functions could be a bit more intuitive
  • Amazon could provide more examples of Lambda functions to help get started
  • A Lambda based workflow can be more complex to debug because of all the different functions that may be called as a result of your workflow
Lambda is great when you have specific bite-sized functionality that you can split into multiple discrete functions. It is not well suited for large functions that do quite a bit. Sometimes you are able to split those tasks down into separate Lambda functions that effectively get chained together. For the cases where you can't, it's better to go with a standard backend.
Andrew Raines | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User
Incentivized
We currently employ Lambda to do a number of event-driven tasks without our backend infrastructure. This ranges from API services to on-the-fly image manipulation. The reason for utilising Lambda in this fashion comes from a few distinct advantages: ease of integration with other AWS services (i.e. we can trigger it extremely easily), cost and scalability. A number of our services have either very low workloads, and thus it would be wasteful to run services 24/7, or very unpredictable demands - both of which Lambda help us with massively.
  • Pay for only what you use. Because Lambda is billed by the 100ms of execution time, you can run low volume services extremely cheaply.
  • Scalability. Lambda will spin up as many concurrent executions on demand as required to fulfil the triggers (up until a soft limit at least). This means for unpredictable workloads we get reliable execution with minimal costs.
  • Ease of integration with other AWS services - Lambda can be plugged into just about everything and anything within the AWS ecosystem and also can be trigger via APIs from external systems making it very easy to integrate with.
  • Language support is OK, but could be improved. In particular it would be nice to see native support for PHP, given its prevalence, and possibly Ruby.
  • It would be great if there was a way of doing scheduling with a better granularity than 1 minute. For example, if you want to poll something every 15 seconds, it is not straight forward to do this using Lambda and the associated triggers as things stand.
Excellent for pretty much anything which is event driven. If you can consider a way of architecting your system to be micro-service oriented and event-driven then Lambda is a great fit.

On the other hand, if you need something where you are doing polling operations, particularly if its more frequent than once a minute, then there are probably better solutions for you.
Score 7 out of 10
Vetted Review
Verified User
Incentivized
We use AWS Lambda to trigger scripts in response to events in other Amazon Web Services we use. Because AWS Lambda is useful for on-demand processing, we do not have to provision a server to idle in anticipation of the events that trigger its scripts.
  • AWS Lambda is great at responding to triggers from events within the AWS ecosystem. This is important and useful if you use other AWS products.
  • AWS Lambda uses the same policies/permissions system used for users, which makes it easy to limit the scope of the script.
  • AWS Lambda allows you to create scripts in a variety of programming languages, often eliminating the need to learn a new programming language.
  • The version of node.js available on AWS Lambda wasn't up to date, requiring our organization to research older language conventions. It was later updated.
  • There were few official examples of how to interact with S3 from AWS Lambda. We resorted to examples/tutorials found elsewhere online.
The decision to use AWS Lambda is easiest if you've already committed to the AWS ecosystem of products. But AWS Lambda is also useful as a standalone product if you require any on-demand processing that only charges you when it is running. AWS Lambda is less appropriate if you need scripts with a persistent state.
Return to navigation